home *** CD-ROM | disk | FTP | other *** search
/ AMP Graphics Collection / AMP Graphics Collection.iso / programs / author / dirwin / data.z / ANIMWIZ.DIR / 00301_Script_301 < prev    next >
Text File  |  1996-03-15  |  121b  |  8 lines

  1. on mouseDown
  2.   global goZooms
  3.   if PressButton() then
  4.     cursor 4
  5.     mCreate(goZooms)
  6.     cursor -1
  7.   end if
  8. end